home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / gtwhois.xml < prev    next >
Text File  |  2002-08-30  |  1KB  |  41 lines

  1. <search function="gtwhois">
  2.   <name>GeekTools Whois</name>
  3.   <description>
  4.     Whois service by GeekTools.  Searches can be done by IP or domain name<br/>
  5.     <div class="helpboxDescLabels">Example:</div>
  6.     <table class="helpboxDescTable">
  7.           <tr><td>gtwhois microsoft</td></tr>
  8.           <tr><td>gtwhois 207.46.230.219</td></tr>
  9.       </table>
  10.   </description>
  11.   <category>Computers</category>
  12.   <link>http://geektools.com/cgi-bin/proxy.cgi</link>
  13.   <contributor>Monty Scroggins</contributor>
  14.   
  15.   <form name="gtwhoisf"
  16.         action="http://geektools.com/cgi-bin/proxy.cgi"
  17.         method="post">
  18.     <input type="hidden" name="query" value=""/>
  19.     <input type="hidden" name="targetnic" value="auto"/>
  20.   </form>
  21.   
  22.   <script><![CDATA[
  23.   function gtwhois(q)
  24.   {
  25.     if( nullArgs("gtwhois", q) )
  26.       return false;
  27.     else
  28.     {
  29.       document.gtwhoisf.query.value = q;
  30.       submitForm(gtwhoisf)
  31.     }
  32.   }
  33.  ]]></script>
  34.  
  35.   <copyright>
  36.     Copyright (c) 2002 David Bau
  37.     Distributed under the terms of the
  38.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  39.   </copyright>
  40. </search>
  41.